home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP Eylül 1998.iso
/
demolar
/
lokman
/
DISK1
/
_SETUP.4
/
Group1
/
Demo8E.exe
/
0
/
RCDATA
/
TFORMTARA
/
TFORMTARA.txt
Wrap
Text File
|
1998-07-30
|
3KB
|
144 lines
object FormTARA: TFormTARA
Left = 4
Top = 17
BorderStyle = bsDialog
Caption = 'Takas Arama'
ClientHeight = 391
ClientWidth = 618
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Panel2: TPanel
Left = 0
Top = 0
Width = 618
Height = 391
Align = alClient
BevelInner = bvLowered
BorderWidth = 4
Caption = 'Panel2'
TabOrder = 0
object Label1: TLabel
Left = 70
Top = 336
Width = 35
Height = 14
Caption = '_____'
end
object Label2: TLabel
Left = 15
Top = 336
Width = 54
Height = 14
Caption = 'Aranan: '
end
object DBGrid1: TDBGrid
Left = 6
Top = 6
Width = 606
Height = 324
Align = alTop
DataSource = DataSource1
FixedColor = clSilver
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial Tur'
Font.Style = [fsBold]
ParentFont = False
ReadOnly = True
TabOrder = 0
TitleFont.Color = clBlue
TitleFont.Height = -11
TitleFont.Name = 'Arial Tur'
TitleFont.Style = [fsBold]
OnKeyDown = DBGrid1KeyDown
OnKeyPress = DBGrid1KeyPress
end
object BtnSEC: TBitBtn
Left = 309
Top = 352
Width = 104
Height = 27
Caption = 'Se�'
Font.Color = clNavy
Font.Height = -12
Font.Name = 'Arial Tur'
Font.Style = [fsBold]
ModalResult = 1
ParentFont = False
TabOrder = 1
OnClick = BtnSECClick
end
object BitBtn2: TBitBtn
Left = 498
Top = 352
Width = 104
Height = 27
Caption = 'Vazge�'
Font.Color = clNavy
Font.Height = -12
Font.Name = 'Arial Tur'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
Kind = bkCancel
end
end
object DataSource1: TDataSource
DataSet = AraTakasTab
Left = 287
Top = 5
end
object AraTakasTab: TTable
DatabaseName = 'ECZ'
IndexFieldNames = 'ECZADI;TARIH'
ReadOnly = True
TableName = 'takas.db'
Left = 260
Top = 5
object AraTakasTabECZADI: TStringField
DisplayLabel = 'Eczane Ad�'
FieldName = 'ECZADI'
Size = 24
end
object AraTakasTabTARIH: TDateField
DisplayLabel = 'Tarih'
DisplayWidth = 8
FieldName = 'TARIH'
DisplayFormat = 'dd/mm/yy'
end
object AraTakasTabILACAD: TStringField
DisplayLabel = '�r�n Ad�'
DisplayWidth = 30
FieldName = 'ILACAD'
Size = 36
end
object AraTakasTabADET: TSmallintField
DisplayLabel = 'Adet'
DisplayWidth = 4
FieldName = 'ADET'
end
object AraTakasTabTUTAR: TCurrencyField
DisplayWidth = 15
FieldName = 'TUTAR'
end
object AraTakasTabTIP: TStringField
DisplayLabel = 'Takas Tipi'
DisplayWidth = 10
FieldName = 'TIP'
OnGetText = AraTakasTabTIPGetText
Size = 1
end
object AraTakasTabNO: TIntegerField
FieldName = 'NO'
Visible = False
end
end
end